﻿2026-07-29T13:45:31.9300817Z ##[group]Run actions/checkout@v5
2026-07-29T13:45:31.9302056Z with:
2026-07-29T13:45:31.9302804Z   ref: 7f572d6df4064daa49f6c2640b4f882f7a317e6f
2026-07-29T13:45:31.9303797Z   fetch-depth: 1
2026-07-29T13:45:31.9304543Z   repository: BigscreenVR/spt-bs-core
2026-07-29T13:45:31.9311209Z   token: ***
2026-07-29T13:45:31.9311892Z   ssh-strict: true
2026-07-29T13:45:31.9312607Z   ssh-user: git
2026-07-29T13:45:31.9313311Z   persist-credentials: true
2026-07-29T13:45:31.9314091Z   clean: true
2026-07-29T13:45:31.9314802Z   sparse-checkout-cone-mode: true
2026-07-29T13:45:31.9315631Z   fetch-tags: false
2026-07-29T13:45:31.9316321Z   show-progress: true
2026-07-29T13:45:31.9317035Z   lfs: false
2026-07-29T13:45:31.9317683Z   submodules: false
2026-07-29T13:45:31.9318383Z   set-safe-directory: true
2026-07-29T13:45:31.9319270Z   allow-unsafe-pr-checkout: false
2026-07-29T13:45:31.9320328Z ##[endgroup]
2026-07-29T13:45:32.0144802Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T13:45:32.0146997Z ##[group]Getting Git version info
2026-07-29T13:45:32.0148377Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T13:45:32.0150237Z [command]/usr/bin/git version
2026-07-29T13:45:32.0151025Z git version 2.43.0
2026-07-29T13:45:32.0184746Z ##[endgroup]
2026-07-29T13:45:32.0197254Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e286e807-f214-4730-8024-3f803db9690b' before making global git config changes
2026-07-29T13:45:32.0200017Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T13:45:32.0202002Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T13:45:32.0233654Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T13:45:32.0253665Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:45:32.0266378Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T13:45:32.0269255Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T13:45:32.0288806Z HEAD
2026-07-29T13:45:32.0321989Z ##[endgroup]
2026-07-29T13:45:32.0322965Z [command]/usr/bin/git submodule status
2026-07-29T13:45:32.0498271Z ##[group]Cleaning the repository
2026-07-29T13:45:32.0499852Z [command]/usr/bin/git clean -ffdx
2026-07-29T13:45:32.0537564Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T13:45:32.0716165Z HEAD is now at ecbf5826 docs(cli): regenerate the CLI reference for access-refresh, and name a path that parses
2026-07-29T13:45:32.0723182Z ##[endgroup]
2026-07-29T13:45:32.0725217Z ##[group]Disabling automatic garbage collection
2026-07-29T13:45:32.0728476Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T13:45:32.0757342Z ##[endgroup]
2026-07-29T13:45:32.0759288Z ##[group]Setting up auth
2026-07-29T13:45:32.0762880Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T13:45:32.0792030Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T13:45:32.0984365Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T13:45:32.1011738Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T13:45:32.1196389Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T13:45:32.1224976Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T13:45:32.1419686Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T13:45:32.1454781Z ##[endgroup]
2026-07-29T13:45:32.1456192Z ##[group]Fetching the repository
2026-07-29T13:45:32.1463080Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin 7f572d6df4064daa49f6c2640b4f882f7a317e6f
2026-07-29T13:45:32.7275747Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T13:45:32.7277131Z  * branch              7f572d6df4064daa49f6c2640b4f882f7a317e6f -> FETCH_HEAD
2026-07-29T13:45:32.7295307Z ##[endgroup]
2026-07-29T13:45:32.7296647Z ##[group]Determining the checkout info
2026-07-29T13:45:32.7298116Z ##[endgroup]
2026-07-29T13:45:32.7299727Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T13:45:32.7343529Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T13:45:32.7368319Z ##[group]Checking out the ref
2026-07-29T13:45:32.7369872Z [command]/usr/bin/git checkout --progress --force 7f572d6df4064daa49f6c2640b4f882f7a317e6f
2026-07-29T13:45:32.7666782Z Previous HEAD position was ecbf5826 docs(cli): regenerate the CLI reference for access-refresh, and name a path that parses
2026-07-29T13:45:32.7669671Z HEAD is now at 7f572d6d fix(access): name a verb path that actually parses in both loud notices
2026-07-29T13:45:32.7675628Z ##[endgroup]
2026-07-29T13:45:32.7707166Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T13:45:32.7730124Z 7f572d6df4064daa49f6c2640b4f882f7a317e6f
